SubFabula - Learn Coding

Home

Time to Learn Programming!

We'll start with HTML then Lua and go on.

Before that, if you want to learn Programming from another place, you can use Mimo which is an app for learning any Programming Language.

Now! About the place that we are gonna use to Program.
So, first you need a Computer (idk any Mobile Apps for Programing), if you don't have a Programming App you can use NotePad or download NotePad++ wich makes Programming easier.

Let's learn Programming!

HTML

Let's first understand what's HTML is actualy used for.

HTML is made for making Web Sites like this one but its not actualy a Programming Language, its a Mark Up Language or as its name Hiper Text Mark Up Language wich if you don't understand what does it mean, its basically a place where you can write and customize the text in any way. Here is a video for a quick run down for HTML,(Cause i might have not explained it well.)

HTML Tutorial for Beginners

A New Site:

Let's first open place where we see our site.

  1. Go to your Desktop and create a new Folder, you can name it whatever you like.
    Create a new folder.

  2. Now open the folder and be sure to have the Filename Extensions on.
    Open Appearance.Turn on the Filename Extensions if its off.

  3. Create a new NotePad.
    Create a NotePad.
    Before doing this next part, there is going to be a Warning but you don't have to worry because we know what are we doing.
    Change its name to "index.html" and click to "Yes" if the warning is there (wich it should be). Be sure to change the .txt extension to .html
    Change the name of the NotePad to index.html.
    The NotePad should be a search engine (what ever your main search engine is) now.

  4. Open the index.html. This is your own site in your Computer but... its a bit empty isn't it. If you remember, i told you to use NotePad or NotePad++ to write the code. We are going to do that now.
    Open NotePad or if you have, open NotePad++. Then drag the index.html from the folder to there.
    Open the console the long way.
    Or you can just right click and left click to Open With... and open it with any of the NotePads that way.
    Open the console the short way.

Tag, Element and Attributes:

Before we continue we will be learning what's Tag, Element and Attributes are.

Writing:

Now its time to fill the site with some content.

Let's try to write something, shall we?
Write your first few word into your console.
Don't forget to SAVE the file so you don't lose the things you wrote ("Ctrl + s" for shortcut) and shows what you have done in the Browser. Also, refresh the Browser to see the Updated self of the file("F5" or "Ctrl + F5" for shortcut).